home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / misc_src / knowhow4 / abs_max.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-01  |  120 b   |  10 lines

  1. #ifndef __ABS_MAX_H_
  2. #define __ABS_MAX_H_
  3.  
  4. #ifdef __STDLIB_H
  5. #undef max
  6. #undef abs
  7. #endif
  8.  
  9.  
  10. #endif __ABS_MAX_H_